home *** CD-ROM | disk | FTP | other *** search
/ HAM Radio 1997 / HAM Radio 1997.iso / vcls / cltsvr / login.dfm / login.txt
Text File  |  1996-04-08  |  3KB  |  154 lines

  1. object LoginDLG: TLoginDLG
  2.   Left = 163
  3.   Top = 184
  4.   ActiveControl = Password
  5.   BorderStyle = bsDialog
  6.   Caption = 'Login Dialog'
  7.   ClientHeight = 254
  8.   ClientWidth = 342
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   OnShow = FormShow
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 22
  20.     Top = 119
  21.     Width = 59
  22.     Height = 13
  23.     Caption = 'Password:'
  24.   end
  25.   object Label2: TLabel
  26.     Left = 20
  27.     Top = 89
  28.     Width = 61
  29.     Height = 13
  30.     Caption = 'Username:'
  31.   end
  32.   object Label3: TLabel
  33.     Left = 20
  34.     Top = 58
  35.     Width = 61
  36.     Height = 13
  37.     Caption = 'Hostname:'
  38.   end
  39.   object Label4: TLabel
  40.     Left = 40
  41.     Top = 28
  42.     Width = 41
  43.     Height = 13
  44.     Caption = 'Profile:'
  45.   end
  46.   object Label5: TLabel
  47.     Left = 29
  48.     Top = 150
  49.     Width = 52
  50.     Height = 13
  51.     Caption = 'Account:'
  52.   end
  53.   object Label6: TLabel
  54.     Left = 25
  55.     Top = 180
  56.     Width = 56
  57.     Height = 13
  58.     Caption = 'Directory:'
  59.   end
  60.   object Password: TEdit
  61.     Left = 102
  62.     Top = 115
  63.     Width = 129
  64.     Height = 20
  65.     PasswordChar = '*'
  66.     TabOrder = 3
  67.   end
  68.   object CancelBtn: TBitBtn
  69.     Left = 160
  70.     Top = 215
  71.     Width = 73
  72.     Height = 27
  73.     TabOrder = 7
  74.     Kind = bkCancel
  75.     Margin = 2
  76.     Spacing = -1
  77.   end
  78.   object UserName: TEdit
  79.     Left = 102
  80.     Top = 85
  81.     Width = 129
  82.     Height = 20
  83.     TabOrder = 2
  84.   end
  85.   object HostName: TEdit
  86.     Left = 102
  87.     Top = 54
  88.     Width = 129
  89.     Height = 20
  90.     TabOrder = 1
  91.   end
  92.   object OKBtn: TBitBtn
  93.     Left = 72
  94.     Top = 215
  95.     Width = 73
  96.     Height = 27
  97.     TabOrder = 6
  98.     Kind = bkOK
  99.     Margin = 2
  100.     Spacing = -1
  101.   end
  102.   object AddBtn: TButton
  103.     Left = 256
  104.     Top = 24
  105.     Width = 73
  106.     Height = 27
  107.     Caption = 'Add'
  108.     TabOrder = 8
  109.     OnClick = AddBtnClick
  110.   end
  111.   object DeleteBtn: TButton
  112.     Left = 256
  113.     Top = 88
  114.     Width = 73
  115.     Height = 27
  116.     Caption = 'Delete'
  117.     TabOrder = 10
  118.     OnClick = DeleteBtnClick
  119.   end
  120.   object Profile: TComboBox
  121.     Left = 102
  122.     Top = 24
  123.     Width = 129
  124.     Height = 20
  125.     ItemHeight = 13
  126.     TabOrder = 0
  127.     Text = 'Profile'
  128.     OnChange = ProfileChange
  129.   end
  130.   object ModifyBtn: TButton
  131.     Left = 256
  132.     Top = 56
  133.     Width = 73
  134.     Height = 27
  135.     Caption = 'Modify'
  136.     TabOrder = 9
  137.     OnClick = ModifyBtnClick
  138.   end
  139.   object Account: TEdit
  140.     Left = 102
  141.     Top = 146
  142.     Width = 129
  143.     Height = 20
  144.     TabOrder = 4
  145.   end
  146.   object Directory: TEdit
  147.     Left = 102
  148.     Top = 176
  149.     Width = 129
  150.     Height = 20
  151.     TabOrder = 5
  152.   end
  153. end
  154.